-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Update security-getting-started-tutorial from QE feedback #45686
base: main
Are you sure you want to change the base?
Conversation
Thanks for your pull request! Your pull request does not follow our editorial rules. Could you have a look?
This message is automatically generated by a bot. |
I'm not sure we need to add file path locations, users do no create those files manually, making sure the directory structure matches the package name, they put it into IDE and IDE creates everything for them. |
🎊 PR Preview fc7985e has been successfully built and deployed to https://quarkus-pr-main-45686-preview.surge.sh/version/main/guides/
|
@@ -495,7 +502,8 @@ Dev Services for PostgreSQL supports testing while you develop by providing a se | |||
|
|||
== Test your application in production mode by using Curl or browser | |||
|
|||
To test your application using Curl or the browser, you must first start a PostgreSQL server, then compile and run your application either in JVM or native mode. | |||
To test your application using Curl, a browser, or the `quarkus dev` command, start a PostgreSQL server first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think thequarkus dev command
should not be used here. As this is testing in production mode.
To test your application using Curl, a browser, or the `quarkus dev` command, start a PostgreSQL server first. | |
To test your application using Curl, or a browser, start a PostgreSQL server first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Jakub Jedlička <[email protected]>
Update security-getting-started-tutorial from QE feedback.